Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / getUsedRange Method / getUsedRange(EnumSet<UsedRangeType>) Method
The feature type.
In This Topic
    getUsedRange(EnumSet<UsedRangeType>) Method
    In This Topic
    Returns an IRange representing the used range in the current range.
    Syntax
    IRange getUsedRange( 
       java.util.EnumSet<UsedRangeType> type
    )

    Parameters

    type
    The feature type.
    See Also